/**底部**/
.footer {
  --color: #666b76;
  --hover: var(--main-color);
  position: relative;
  background: #1d2026 no-repeat right bottom;
  font-size: 15px;
  line-height: 1.6em;
  color: var(--color);
}
.footer a:hover {
  color: #ffffff;
}
.footer .friends-link .friends-title {
  flex-shrink: 0;
}
.footer .friends-link .friends-list a {
  margin-right: 26px;
}
.footer .bot {
  border-top: 1px solid rgba(64, 69, 80, 0.42);
}
.footer .bot .right-cont .line {
  margin: 0 1em;
  width: 2px;
  height: 0.9em;
  background: #666b76;
}
@media (min-width: 1201px) {
  html[lang="zh-en"] .footer .menus .menus-li {
    width: 25%;
  }
  html[lang="zh-en"] .footer .menus .menus-li + .menus-li {
    padding-left: 15px;
  }
  .footer .top {
    padding-top: 65px;
    padding-bottom: 50px;
  }
  .footer .menus {
    width: 48%;
  }
  .footer .menus .menus-title {
    color: #ffffff;
  }
  .footer .menus .menus-a-s {
    padding-top: 20px;
  }
  .footer .menus .menus-a-s .a-box {
    padding: 0.3em 0;
  }
  .footer .menus .menus-a-s a {
    --pad: 0.57em;
    display: inline-block;
    position: relative;
    vertical-align: top;
    transform: translateX(0);
    transition: transform 0.3s;
  }
  .footer .menus .menus-a-s a::before {
    content: '';
    display: block;
    margin-right: 0.4em;
    position: absolute;
    right: 100%;
    top: 0.7em;
    width: 0;
    height: 1px;
    background: #ffffff;
    transition: width 0.3s;
  }
  .footer .menus .menus-a-s a::after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 100%;
    height: 100%;
    width: 0;
  }
  .footer .menus .menus-a-s a:hover {
    transform: translateX(calc(var(--pad) + 0.4em));
  }
  .footer .menus .menus-a-s a:hover::before {
    width: var(--pad);
  }
  .footer .menus .menus-a-s a:hover::after {
    width: calc(var(--pad) + 0.4em);
  }
  .footer .line {
    display: inline-block;
    width: 1px;
    background: #303643;
  }
  .footer .contact-box .code-block {
    width: 150px;
  }
  .footer .contact-box .cont {
    margin-left: 40px;
  }
  .footer .contact-box .contact-li {
    position: relative;
    padding-left: 23px;
  }
  .footer .contact-box .contact-li + .contact-li {
    margin-top: 25px;
  }
  .footer .contact-box .contact-li .contact-val {
    margin-top: 2px;
    font-size: 26px;
    color: #ffffff;
  }
  .footer .contact-box .contact-li .share-box {
    margin-top: 5px;
  }
  .footer .contact-box .contact-li .share-box .share-a:hover {
    --fill: #ffffff;
    border-color: #ffffff;
  }
  .footer .bot {
    margin-top: 22px;
    border-top: 1px solid rgba(64, 69, 80, 0.42);
    padding-top: 1.3em;
    padding-bottom: 1.6em;
    font-size: 14px;
  }
}
@media (max-width: 1200px) {
  .footer {
    overflow: hidden;
    padding-bottom: 0.2rem;
    font-size: 0.26rem;
  }
  .footer .top {
    padding-top: 0.65rem;
    flex-wrap: wrap;
  }
  .footer .top .menus {
    display: none;
    --l-h: 0.58rem;
    --default-color: #ebebeb;
    margin-bottom: 0.6rem;
    flex-wrap: wrap;
    width: 100%;
    color: var(--default-color);
  }
  .footer .top .menus .menus-li {
    width: 100%;
  }
  .footer .top .menus .menus-li .menus-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-weight: bold;
    line-height: var(--l-h);
  }
  .footer .top .menus .menus-li .menus-title .jt {
    position: relative;
    height: var(--l-h);
    width: 0.22rem;
  }
  .footer .top .menus .menus-li .menus-title .jt::before,
  .footer .top .menus .menus-li .menus-title .jt::after {
    content: '';
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    border-radius: 0.015rem;
    background: var(--default-color);
    transition: width 0.3s, height 0.3s, background 0.3s;
  }
  .footer .top .menus .menus-li .menus-title .jt::before {
    width: 0.22rem;
    height: 0.03rem;
  }
  .footer .top .menus .menus-li .menus-title .jt::after {
    width: 0.03rem;
    height: 0.22rem;
  }
  .footer .top .menus .menus-li .menus-title.on {
    color: var(--main-color);
  }
  .footer .top .menus .menus-li .menus-title.on .jt::before,
  .footer .top .menus .menus-li .menus-title.on .jt::after {
    background: var(--main-color);
  }
  .footer .top .menus .menus-li .menus-title.on .jt::after {
    height: 0;
  }
  .footer .contact-box {
    width: 100%;
    flex-wrap: wrap;
    justify-content: center;
  }
  .footer .contact-box .code-block {
    margin-bottom: 0.3rem;
    width: 2rem;
  }
  .footer .contact-box .cont {
    width: 100%;
    text-align: center;
  }
  .footer .contact-box .contact-li + .contact-li {
    margin-top: 0.15rem;
  }
  .footer .contact-box .contact-li .share-box {
    margin-top: 0.15rem;
    justify-content: center;
  }
  .footer .friends-link {
    margin-top: 0.3rem;
  }
  .footer .friends-link .friends-list a {
    margin-right: 0.2rem;
  }
  .footer .bot {
    margin-top: 0.4rem;
    padding-top: 0.25rem;
    padding-bottom: 0.2rem;
    flex-wrap: wrap;
    text-align: center;
  }
  .footer .bot .left-cont {
    width: 100%;
  }
  .footer .bot .right-cont {
    width: 100%;
    justify-content: center;
  }
  .footer .bot .right-cont .line {
    margin-top: 0.1rem;
  }
}
/*# sourceMappingURL=./footer.css.map */